From: Szabolcs Hubai Date: Tue, 28 Oct 2025 19:27:40 +0000 (+0100) Subject: snapcast: sort and reformat CMAKE_OPTIONS X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=ebf044619de7462da800d5b71e1b55794f65badb;p=feed%2Fpackages.git snapcast: sort and reformat CMAKE_OPTIONS Sort CMAKE_OPTIONS by alphabet and save a few bytes with tab character, instead of repeating "CMAKE_OPTIONS +=" Signed-off-by: Szabolcs Hubai --- diff --git a/sound/snapcast/Makefile b/sound/snapcast/Makefile index a55753b7a7..b097bad2f5 100644 --- a/sound/snapcast/Makefile +++ b/sound/snapcast/Makefile @@ -19,9 +19,10 @@ PKG_CPE_ID:=cpe:/a:badaix:snapcast include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk -CMAKE_OPTIONS += -DBUILD_TESTS=OFF -CMAKE_OPTIONS += -DBUILD_WITH_PULSE=OFF -CMAKE_OPTIONS += -DBUILD_WITH_AVAHI=OFF +CMAKE_OPTIONS += \ + -DBUILD_TESTS=OFF \ + -DBUILD_WITH_AVAHI=OFF \ + -DBUILD_WITH_PULSE=OFF define Package/snapcast/Default SECTION:=sound